micro_utils.dokka
/
dev.inmo.micro_utils.repos
/
[jvm]ReadOneToManyKeyValueRepo
/
getAll
jvm
get
All
open suspend fun
getAll
(k:
Key
, reversed:
Boolean
= false):
List
<
Value
>
Content copied to clipboard
open suspend fun
getAll
(reverseLists:
Boolean
= false):
Map
<
Key
,
List
<
Value
>>
Content copied to clipboard
WARNING!!! THIS METHOD PROBABLY IS NOT EFFICIENT, USE WITH CAUTION